runtime.srcFunc.funcID (field)
15 uses
runtime (current package)
mprof.go#L600: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
mprof.go#L605: lastFuncID = sf.funcID
panic.go#L1130: switch sf.funcID {
symtab.go#L157: if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
symtab.go#L283: funcID := u.srcFunc(uf).funcID
symtab.go#L963: funcID abi.FuncID
traceback.go#L631: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
traceback.go#L645: u.calleeFuncID = sf.funcID
traceback.go#L974: u.calleeFuncID = sf.funcID
traceback.go#L1131: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
traceback.go#L1147: if sf.funcID == abi.FuncID_runFinalizers || sf.funcID == abi.FuncID_runCleanups {
tracestack.go#L333: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
tracestack.go#L338: lastFuncID = sf.funcID
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |